concrete ['kɔnkri:t] tính từ cụ thể concrete noun danh từ cụ thể...
class [klɑ:s] danh từ giai cấp the working class giai cấp công nhân...
Câu ví dụ
MyClass myClass = new MyClass(); // Declared as concrete class MyClass myOut = new MyClass(); //tạo 1 đối tượng của MyClass
Class types – Abstract and Concrete class Lớp trừu tượng và lớp cụ thể (Abstract and Concrete Class)
All of these concrete classes implement the Appendable interface: Và các concrete class implement các interface tương ứng:
A class may be an abstract class or a concrete class. Class: có thể là abstract class hoặc class cụ thể.
Or abstract class instead of referring to concrete resources, / dùng abstract class thay vì dùng concrete class
And remember, even if you DO require some concrete class for the extension, Nhớ rằng, nếu bạn có ý định dẫn xuất một số lớp từ lớp khả-tuần-tự-
Create an abstract class when you are providing guidelines for a concrete class. Tạo một class abstract khi bạn đang cung cấp các hướng dẫn cho một class cụ thể.
Any concrete class that implements this becomes an observer. Bất kỳ lớp cụ thể nào cài đặt/kế thừa lớp này đều trở thành một Observer.
Concrete class: can be instantiated. Đặc tính: có thể xếp gấp lại.
This factory will be an interface and will be implemented by a concrete class. Factory này sẽ được tạo dưới dạng là interface và sẽ được thực thi bởi một lớp cụ thể.